home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 20 / Cream of the Crop 20 (Terry Blount) (1996).iso / windows / virc96_1.zip / VIRC96.EXE / 0 / RCDATA / TEDITXDCCPACK / TEDITXDCCPACK.txt
Text File  |  1996-06-04  |  3KB  |  157 lines

  1. object EditXDCCPack: TEditXDCCPack
  2.   Left = 179
  3.   Top = 199
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Edit XDCC pack'
  7.   ClientHeight = 367
  8.   ClientWidth = 595
  9.   Font.Color = clWindowText
  10.   Font.Height = -14
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnShow = FormShow
  15.   PixelsPerInch = 120
  16.   TextHeight = 16
  17.   object SrcLabel: TLabel
  18.     Left = 8
  19.     Top = 12
  20.     Width = 165
  21.     Height = 20
  22.     AutoSize = False
  23.     Caption = 'Files on &disk:'
  24.   end
  25.   object DstLabel: TLabel
  26.     Left = 392
  27.     Top = 12
  28.     Width = 193
  29.     Height = 20
  30.     AutoSize = False
  31.     Caption = 'Files in &pack:'
  32.   end
  33.   object IncludeBtn: TSpeedButton
  34.     Left = 356
  35.     Top = 28
  36.     Width = 29
  37.     Height = 30
  38.     Caption = '>'
  39.     OnClick = IncludeBtnClick
  40.   end
  41.   object IncAllBtn: TSpeedButton
  42.     Left = 356
  43.     Top = 64
  44.     Width = 29
  45.     Height = 29
  46.     Caption = '>>'
  47.     OnClick = IncAllBtnClick
  48.   end
  49.   object ExcludeBtn: TSpeedButton
  50.     Left = 356
  51.     Top = 100
  52.     Width = 29
  53.     Height = 30
  54.     Caption = '<'
  55.     Enabled = False
  56.     OnClick = ExcludeBtnClick
  57.   end
  58.   object ExAllBtn: TSpeedButton
  59.     Left = 356
  60.     Top = 136
  61.     Width = 29
  62.     Height = 29
  63.     Caption = '<<'
  64.     Enabled = False
  65.     OnClick = ExcAllBtnClick
  66.   end
  67.   object Label1: TLabel
  68.     Left = 8
  69.     Top = 208
  70.     Width = 165
  71.     Height = 20
  72.     AutoSize = False
  73.     Caption = 'Pack &description:'
  74.   end
  75.   object OKBtn: TButton
  76.     Left = 292
  77.     Top = 328
  78.     Width = 93
  79.     Height = 31
  80.     Caption = 'OK'
  81.     ModalResult = 1
  82.     TabOrder = 1
  83.   end
  84.   object CancelBtn: TButton
  85.     Left = 392
  86.     Top = 328
  87.     Width = 92
  88.     Height = 31
  89.     Cancel = True
  90.     Caption = 'Cancel'
  91.     Enabled = False
  92.     ModalResult = 2
  93.     TabOrder = 2
  94.   end
  95.   object HelpBtn: TButton
  96.     Left = 492
  97.     Top = 328
  98.     Width = 93
  99.     Height = 31
  100.     Caption = 'Help'
  101.     Enabled = False
  102.     TabOrder = 3
  103.   end
  104.   object DstList: TListBox
  105.     Left = 392
  106.     Top = 28
  107.     Width = 193
  108.     Height = 169
  109.     ItemHeight = 16
  110.     MultiSelect = True
  111.     TabOrder = 0
  112.   end
  113.   object SrcList: TFileListBox
  114.     Left = 8
  115.     Top = 56
  116.     Width = 161
  117.     Height = 141
  118.     FileEdit = FileEdit
  119.     ItemHeight = 16
  120.     MultiSelect = True
  121.     ShowGlyphs = True
  122.     TabOrder = 4
  123.   end
  124.   object FileEdit: TEdit
  125.     Left = 8
  126.     Top = 28
  127.     Width = 161
  128.     Height = 24
  129.     TabOrder = 5
  130.     Text = '*.*'
  131.   end
  132.   object DirectoryListBox1: TDirectoryListBox
  133.     Left = 172
  134.     Top = 28
  135.     Width = 177
  136.     Height = 144
  137.     FileList = SrcList
  138.     ItemHeight = 16
  139.     TabOrder = 6
  140.   end
  141.   object DriveComboBox1: TDriveComboBox
  142.     Left = 172
  143.     Top = 176
  144.     Width = 177
  145.     Height = 22
  146.     DirList = DirectoryListBox1
  147.     TabOrder = 7
  148.   end
  149.   object PackDesc: TMemo
  150.     Left = 8
  151.     Top = 224
  152.     Width = 577
  153.     Height = 93
  154.     TabOrder = 8
  155.   end
  156. end
  157.